home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Demos / Bowers Development / AppMaker 2.0b5 / Examples / ODF / AMSample / Sources / SOMPart.cpp < prev    next >
Encoding:
Text File  |  1996-06-03  |  1.1 KB  |  44 lines  |  [TEXT/CWIE]

  1. //========================================================================================
  2. //
  3. //    File:                SOMPart.cpp
  4. //    Release Version:    $ ODF 1 $
  5. //
  6. //    Copyright:            (c) 1993 - 1996 by Apple Computer, Inc., all rights reserved.
  7. //
  8. //========================================================================================
  9.  
  10. #ifdef SYMANTEC_CPLUS
  11. #define PRAGMA_IMPORT_SUPPORTED 1 
  12. #endif 
  13.  
  14. // Note: Defines.k must be included before FWSOMPrt.h
  15. #ifndef DEFINES_K
  16. #include "Defines.k"
  17. #endif
  18.  
  19. #ifndef FWSOMPRT_H
  20. #include "FWSOMPrt.h"
  21. #endif
  22.  
  23. #ifndef PART_H
  24. #include "Part.h"
  25. #endif
  26.  
  27. //========================================================================================
  28. //
  29. //========================================================================================
  30.  
  31. #ifdef SYMANTEC_CPLUS
  32. #define SOMInit main 
  33. #endif 
  34.  
  35. #ifdef FW_BUILD_MAC
  36. #pragma segment AMSample
  37. #endif
  38.  
  39. //========================================================================================
  40. //
  41. //========================================================================================
  42.  
  43. FW_SOMPART(BowersDev, AMSample, CAMSamplePart)
  44.